var google.golang.org/protobuf/internal/impl.needsInitCheckMap

5 uses

	google.golang.org/protobuf/internal/impl (current package)
		checkinit.go#L120: 	needsInitCheckMap sync.Map
		checkinit.go#L127: 	if v, ok := needsInitCheckMap.Load(md); ok {
		checkinit.go#L138: 	if v, ok := needsInitCheckMap.Load(md); ok {
		checkinit.go#L152: 	needsInitCheckMap.Store(md, struct{}{}) // avoid cycles while descending into this message
		checkinit.go#L154: 		needsInitCheckMap.Store(md, has)